home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / autobahn.swf / scripts / DefineButton2_75 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-03-26  |  113 b   |  6 lines

  1. on(release){
  2.    score = _root.score;
  3.    game_name = "autobahn";
  4.    getURL("newscore.php","_self","POST");
  5. }
  6.